all

inline fun all(predicate: (R) -> Boolean): Boolean

Returns the result of applying the predicate to the value if this is Right or true if this is Left.

Return

The result of applying the predicate to the value if this is Right or true if this is Left.

Parameters

predicate

Predicate function.